home *** CD-ROM | disk | FTP | other *** search
/ Network CD 1 / Network CD.iso / s / startup1.3 < prev    next >
Text File  |  1994-04-28  |  853b  |  25 lines

  1. c:Original >NIL: ;patch system functions
  2. cd c:
  3. echo "Amiga CDTV Workbench Disk (UK). Release 1.3.2 version 34.28"
  4.  
  5. ;copy Sys:Prefs/Presets/Color.palette1.3 to Ram:Color.palette
  6. ;Bitplanes 4
  7. ;setcolor
  8.  
  9. Sys:System/FastMemFirst ; move C00000 memory to last in list
  10. BindDrivers
  11. SetClock load ;load system time from real time clock (A1000 owners should
  12.               ;replace the SetClock load with Date
  13. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  14. resident c:Execute pure
  15. ;mount newcon:
  16. ;
  17. failat 11
  18. run execute s:StartupII ;This lets resident be used for rest of script
  19. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  20. ;
  21. SYS:System/SetMap gb ;Activate the ()/* on keypad
  22. path ram: c: sys:utilities sys:system s: sys:prefs add ;set path for Workbench
  23. LoadWB delay  ;wait for inhibit to end before continuing
  24. endcli >NIL:
  25.